From: kaf24@firebug.cl.cam.ac.uk Date: Thu, 29 Sep 2005 16:12:20 +0000 (+0100) Subject: Avoid verbosity when connection xenbus -> xenstore. X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16769^2~6 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=8b4a91b6d4a7dfdbb9b9a26c7da1a70b1ae874bd;p=xen.git Avoid verbosity when connection xenbus -> xenstore. Signed-off-by: Keir Fraser --- diff --git a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c index 1ac3f457bc..11593d6871 100644 --- a/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c +++ b/linux-2.6-xen-sparse/drivers/xen/xenbus/xenbus_probe.c @@ -650,7 +650,6 @@ int do_xenbus_probe(void *unused) int err = 0; /* Initialize xenstore comms unless already done. */ - printk("store_evtchn = %i\n", xen_start_info->store_evtchn); err = xs_init(); if (err) { printk("XENBUS: Error initializing xenstore comms:"